﻿@font-face {
    font-family: 'ww';
    src: url('../font/hwxk.eot');
    src:
            url('../font/hwxk.eot?#font-spider')
            format('embedded-opentype'),
            /*url('../font/hwxk.woff') format('woff'),*/
            url('../font/hwxk.TTF') format('truetype'),
            url('../font/hwxk.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*************************************************************************/
p, h1,h2,h3,h4,h5,h6, ul, ol, dl,dt, dd ,i{  list-style: none;  font-weight: 400;}
*{border: none; margin: 0;  padding: 0;box-sizing: border-box;}
body {margin: 0;padding :0;font: 12px Microsoft YaHei, Arial, Helvetica, sans-serif;}
a {  text-decoration: none;  font-size:12px;  }
a:hover{  text-decoration: none;  }
.container:before {  content: "";  display: table;  }
img{vertical-align: bottom;border: none}
.container:after {  content: "";  display: table;  clear: both;  }
.left {  float: left; }
.right {  float: right;}
input,button,textarea{outline: none}



.animated{animation-duration: 1s;}
.fadeInUp {animation-name: fadeInUp;}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
.animated-left{animation-duration: 1s;}
.fadeInUp-left {animation-name: fadeInUp-left;}
@keyframes fadeInUp-left {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}




/*header*/
#header{width: 100%;min-width: 1200px;}
div.header-1{width: 100%;background: url("../image/top-bg.jpg") no-repeat 0 center;height: 34px;overflow: hidden;}
div.h-1{width: 1200px;margin: 0 auto;font-size: 14px;color: #cccccc;line-height: 34px;padding-left: 10px;}
div.h-1 div{line-height: 34px;font-size: 0;display: table;}
div.h-1 div a{font-size: 14px;color: #cccccc;display: table-cell;vertical-align: middle;background: url("../image/shu.jpg") no-repeat right center;padding: 0 10px;}
div.h-1 div a:hover{text-decoration: underline;color: #fe7800;}
div.h-1 div a:last-child{background: none;}
div.h-1 div a img{vertical-align: middle;padding-right: 10px;}
div.header-2{width: 1200px;margin: 0 auto;padding: 30px 0;}
div.header-2 a{display: inline-block;}
div.header-2 div img{padding-right: 20px;}
div.header-2>div{width: 300px;}
div.header-2>div span{font-size: 18px;color: #1f1a17;font-weight: bold;display: inline-block;margin-top: 10px;}
div.header-2>div span:last-child{font-size: 30px;color: #fe7800;font-weight: 400;margin-top: 7px;}


div.header-3{background: #0b204c;position: relative;}
div.header-3 div.nav{
    width: 1200px;margin: 0 auto;text-align: center;font-size: 0;background: url("../image/nav-bg.png") no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
div.header-3 div.nav>ul{padding-left: 15px;}
div.header-3 div.nav li{float: left;width: 130px;}
div.header-3 div.nav>ul>li>a{display:block;text-align: center;color: #ffffff;line-height: 60px;font-size: 16px;position: relative;}


div.cpzx-nav,div.sbsj-nav{
    width: 100%;height: 0;overflow: hidden;position: absolute;top: 60px;left:0;z-index: 999;font-size: 0;background: #ffffff;
}
div.header-3 div.nav>ul>li:hover>div{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    height: 150px;
}
div.cpzx-nav div,div.sbsj-nav div{width: 1200px;margin: 0 auto;padding-top: 30px;text-align:left}
div.sbsj-nav div{padding-left: 200px;text-align: left}
div.cpzx-nav div a,div.sbsj-nav div a{display: inline-block;width: 150px;text-align: center;}
div.cpzx-nav div a p,div.sbsj-nav div a p{font-size: 16px;color: #333333;line-height: 50px;}
div.cpzx-nav div a:hover p,div.sbsj-nav div a:hover p{color: #fd8c28;}
/*footer*/
#foot{width: 100%;min-width: 1200px;background: url("../image/foot-bg.jpg") no-repeat center 0;}
div.foot-1{width:1200px;margin:0 auto;padding-left: 20px;padding-top: 40px;font-family: ww;font-size: 40px;color: #eeeeee;}
div.foot-2{width: 1200px;margin: 0 auto;font-size: 0;}
div.foot-2>div{width: 600px;}
div.foot-2>div:first-child{padding-left: 35px;}
div.foot-2>div:first-child>input{width: 490px;height: 40px;background: transparent;border: 1px solid #999999;border-radius: 2px;padding-left: 10px;color: #ffffff;margin-top: 30px;font-size: 16px;}
div.foot-2>div:first-child textarea{margin-top: 30px;width: 490px;font-size: 16px;padding: 10px;background: transparent;border: 1px solid #999999;color: #ffffff;resize:none;height: 80px;}
div.foot-2>div:first-child>div>input{width: 140px;height: 40px;background: transparent;padding-left: 10px;border: 1px solid #999999;color: #ffffff;margin-top: 30px;font-size: 16px;}
div.foot-2>div:first-child>div>img{width: 85px;height: 40px;margin: 0 17px;cursor: pointer;}
div.foot-2>div:first-child>div>input:last-child{width: 230px;background: #fe7800;border: none;font-size: 18px;}
div.foot-2>div:last-child{padding: 30px 35px 0;}
div.foot-2>div:last-child>div{width: 100%;background: rgba(255,255,255,.2);height: 290px;padding: 30px 60px;}
div.foot-2>div:last-child>div>p{color:#eeeeee;font-size: 24px;height: 50px;}
.myscroll {height: 180px;line-height: 26px; font-size: 12px; overflow: hidden;}
.myscroll ul{position: relative;}
.myscroll li {margin-left: 0;line-height: 60px;padding-left: 20px;position: relative;}
.myscroll li i{position: absolute;top: 50%;left: 0;width: 8px;height: 8px;margin-top: -4px;border-radius: 50%;background: #cccccc;}
.myscroll span {text-decoration: none;font-size: 16px;color: #cccccc;}
.myscroll span:hover { color: #fe7800;}
div.foot-3{height: 50px;border-bottom: 1px solid #666666;}
div.foot-4{width: 1200px;margin: 0 auto;padding-top: 40px;}
div.foot-4>div:first-child{width: 700px;}
div.foot-4>div:first-child p{color: #cccccc;line-height: 50px;font-size: 16px;}
div.foot-4>div:first-child p a{color: #cccccc;font-size: 16px;}
div.foot-4>div:first-child p span{font-size: 30px;}
div.foot-4>div:last-child{width: 500px;vertical-align: top}
div.foot-4>div:last-child *{float: left;}
div.foot-4>div:last-child span{font-size: 12px;color: #ffffff;display: inline-block;width: 27px;padding: 5px 7px 20px;background: #fe7800;line-height: 1.2em;position: relative;}
div.foot-4>div:last-child span i{position: absolute;border: 7px solid #040f1c;border-top-color:transparent;border-left-color: transparent;bottom: 0;right: 0;}
div.foot-4>div:last-child :nth-child(3){margin-left: 105px;}

/*返回顶部*/
div#fanhui{position: fixed;bottom: 10%;right: -40px;z-index: 99999999999;width: 40px;height: 40px;background: #fe7800 url("../image/fanhui.png") no-repeat center;background-size: 60%;cursor: pointer;opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}




/*轮播图*/
/*
.banner ul img{width: 100%;}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: auto;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 50%;
    right: 30px;
    opacity: 0;
    margin-top: -30px;
    background: url("../image/right-1.png") no-repeat;
    cursor: pointer;
    background-position-x: 61px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.left-btn {
    left: 30px;
    background: url("../image/left-1.png") no-repeat;
    background-position-x: -61px;
}
#banner:hover .left-btn,#banner:hover .right-btn{
    background-position-x: 0;
    opacity: 1;
}
.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    margin: 0 5px;
    background: rgba(255,255,255,1);
    cursor: pointer;
    border: 1px solid #ec7226;
}

.img-btn-list > span.current {
    border: 1px solid #ec7226;
    background: #ec7226;
}

div.banner-k{position: relative;width: 1200px;margin: 0 auto;height: auto;}
#banner>img{width: 100%;}*/

/*轮播图*/
#banner{position: relative;}
#banner img{width:100%;}
#banner div.bannerList{position: absolute;bottom: 35px;left:0;right:0;z-index: 99;cursor: pointer;text-align: center;}
#banner div.bannerList>span{display: inline-block;height: 16px;width: 16px;background: #ffffff;margin: 0 10px;border-radius: 50%;border: 1px solid #ec7226;}
#banner div.bannerList>span.active{background: #ec7226;}
#banner div.bannerLeft,#banner div.bannerRight{position:absolute;top:50%;width: 61px;height: 61px;margin-top: -20px;z-index: 99;cursor: pointer;}
#banner div.bannerLeft{left: 20%;background: url("../image/left-1.png")no-repeat center;}
#banner div.bannerRight{right: 20%;background: url("../image/right-1.png")no-repeat center;}
#banner div.bannerBox{overflow: hidden;}
#banner div.bannerBox ul{width: 99999px;position: relative;}
#banner div.bannerBox ul img{width: 100%;}



/*搜索*/
#sousuo{width: 1200px;margin: 0 auto;line-height: 90px;padding: 0 30px;}
#sousuo span,#sousuo a{color: #666666;font-size: 14px;padding-right: 10px;}
#sousuo form>input{font-size: 14px;height: 40px;}
#sousuo form>input:first-child{width: 260px;border: 1px solid #cccccc;padding-left: 10px;}
#sousuo form>input:last-child{width: 80px;background: #0b204c;color: #ffffff;cursor: pointer;}

/*面包屑*/
#mbx{width: 1200px;margin: 0 auto;line-height: 50px;font-size: 14px;color: #666666;padding-left: 70px;background: url("../image/mbx-dizhi.png") no-repeat 41px center;border-bottom: 1px dashed #cccccc;}
#mbx a{font-size: 14px;color: #666666;}
#mbx a.active{color: #fe7800;}
#mbx a:hover{color: #fe7800;}


/*index*/
#index{width: 100%;min-width: 1200px;}
#index p.tittle{text-align: center;font-size: 60px;font-family: /*ww 黑体*/;}
#index p.tittle-duo{background: url("../image/tittle-bg.png") no-repeat center;}
#index p.tittle-4{background: url("../image/tittle-bg-4.png") no-repeat center;}
#index p.tittle-6{background: url("../image/tittle-bg-6.png") no-repeat center;}
div.index-1{background: url("../image/index-1-bg.jpg ") no-repeat center 0;height: 445px;overflow: hidden;padding-top: 60px;}
div.index-1 ul{font-size: 0;width: 1200px;margin: 0 auto;margin-top: 60px;}
div.index-1 ul li{float: left;width: 220px;text-align: center;}
div.index-1 ul li p{font-size: 24px;color: #333333;padding-top: 30px;}
div.index-1 ul li:last-child p{padding-top: 28px;}
div.index-2{width: 1200px;margin: 0 auto;padding-top: 50px;}
div.i2-1{text-align: right;position: relative;top: -35px;}
div.i2-1 a{color:#666666;font-size: 14px;}
div.i2-2{overflow: hidden; font-size: 0;margin-top: 50px;}
div.i2-2 ul{width: 99999px;position: relative;}
div.i2-2 ul li{float: left;width: 380px;margin: 0 20px;position: relative;border: 1px solid #ccc;}
div.i2-2 ul li img{width: 100%;}
div.i2-2 ul li>span{display:block;position: absolute;top:10px;right:10px;width:75px;height: 75px;background: url("../image/cpzx-biao.png") no-repeat right top;z-index: 7;}
div.i2-2 ul li>a{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 9;}
div.i2-2 ul li>div{
    position: absolute;width: 100%;height: 289px;top: 85%;left: 0;display: table;background: rgba(00,00,00,.7);z-index:8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
div.i2-2 ul li:hover>div{top: 0;}
div.i2-2 ul li>div>div{display: table-cell;vertical-align: top;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
div.i2-2 ul li:hover>div>div{vertical-align: middle;}
div.i2-2 ul li>div>div p{font-size: 18px;color: #ffffff;margin-bottom: 30px;padding: 10px 20px 0;vertical-align: middle;}
div.i2-2 ul li:hover>div>div p{text-align: center;font-size: 30px;}
div.i2-2 ul li>div>div span{font-size: 12px; color: #ffffff;background: rgba(254,120,0,.8);vertical-align: middle;float: right;padding: 5px 10px;}
div.i2-2 ul li:hover>div>div span{float: none;display: block;width: 120px;margin: 10px auto 0;}
div.index-3{background: url("../image/index-3-bg.jpg")no-repeat center 0;margin-top: 165px;height: 695px;}
div.i3-1{width: 1200px;margin: 0 auto;}
div.i3-1>div:first-child{width: 695px;}
div.i3-1>div:first-child img{position: relative;top: -66px;box-shadow: 0px 3px 10px #000;}
div.i3-1>div:last-child{background: url("../image/i3-2.png") no-repeat right center;width: 500px;height: 700px;padding-top: 150px;}
div.i3-1>div:last-child h2{
    font-size:72px;color: #fe7800;font-family: ww;
    text-shadow:#ffffff 3px 0 0;
    -webkit-text-shadow:#ffffff 3px 0 0;
    -moz-text-shadow:#ffffff 3px 0 0;
    padding-left: 45px;
}
div.i3-1>div:last-child h3{
    font-size:36px;color: #eeeeee;
    padding-left: 45px;
}
div.i3-1>div:last-child p{font-size: 24px;color: #fefefe;padding-left: 200px;line-height: 60px;background: url("../image/i3-gou.png") no-repeat 145px center;}

div.index-4{font-size: 0;width: 1200px;margin: 0 auto;padding: 180px 0;position: relative;}
div.center-img{width: 640px;height: 640px;text-align: center;padding-top: 160px;margin: 0 auto;border-radius: 50%;border: 2px dashed #cccccc;}
div.center-img img{width: 320px;height: 320px;}
div.bian-img,div.wenzi,div.wenzi{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
div.bian-img img{width: 115px;height: 115px;border-radius: 50%;position: absolute;z-index: 999;border: 3px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
div.bian-img img:hover{border-color: #fd8c28}
div.bian-img img:nth-child(1){top: 123px;left: 543px;}
div.bian-img img:nth-child(2){top: 203px;left: 760px;}
div.bian-img img:nth-child(3){top: 363px;left: 870px;}
div.bian-img img:nth-child(4){top: 523px;left: 870px;}
div.bian-img img:nth-child(5){top: 683px;left: 760px;}
div.bian-img img:nth-child(6){top: 763px;left: 543px;}
div.bian-img img:nth-child(7){top: 683px;left: 330px;}
div.bian-img img:nth-child(8){top: 523px;left: 240px;}
div.bian-img img:nth-child(9){top: 363px;left: 240px;}
div.bian-img img:nth-child(10){top: 203px;left: 330px;}
div.wenzi>p{font-size: 18px;color: #cccccc;position: absolute;}
div.wenzi>p i{font-size: 20px;color: #999999;font-weight: 400;position: relative;padding-bottom: 5px;display: inline-block;font-style: normal;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
 }
div.wenzi>p span{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
div.wenzi>p:nth-child(1){text-align: center;top: 65px;left: 445px;width: 300px;}
div.wenzi>p:nth-child(2){text-align: left;top: 220px;left: 885px;width: 320px;}
div.wenzi>p:nth-child(3){text-align: left;top: 385px;left: 995px;width: 200px;}
div.wenzi>p:nth-child(4){text-align: left;top: 645px;left: 915px;width: 270px;}
div.wenzi>p:nth-child(5){text-align: left;top: 805px;left: 810px;width: 320px;}
div.wenzi>p:nth-child(6){text-align: center;top: 885px;left: 450px;width: 300px;}
div.wenzi>p:nth-child(7){text-align: right;top: 805px;left: 75px;width: 320px;}
div.wenzi>p:nth-child(8){text-align: right;top: 645px;left: 0;width: 295px;}
div.wenzi>p:nth-child(9){text-align: right;top: 385px;left: 0;width: 220px;}
div.wenzi>p:nth-child(10){text-align: right;top: 220px;left: 0;width: 320px;}











div.index-5{background: url("../image/index-5-bg.jpg") no-repeat center 0;height: 630px;}
#index div.index-5{padding-top: 45px;}
#index div.index-5 p.tittle{color: #ffffff;}
div.index-5 ul{width: 1200px;margin: 0 auto;font-size: 0;padding-top: 40px;}
div.index-5 ul li{float: left;width: 250px;margin: 0 25px;}
div.index-5 ul li>div{position: relative;border: 2px solid #ffffff;}
div.index-5 ul li>div img{width: 100%;}
div.index-5 ul li>div b{position: absolute;left: 0;right: 0;bottom: 0;height: 50px;font-size: 24px;color: #ffffff;font-weight: 400;text-align: center;background: rgba(102,102,102,.8);line-height: 50px;}
div.index-5 ul li:hover>div b{background: rgba(254,120,0,.8)}
div.index-5 ul li p{font-size: 14px;color: #ffffff;text-align: justify;line-height: 25px;padding-top: 10px;}
div.index-6{background: url("../image/index-6-bg.jpg") no-repeat center 0;height: 216px;}
div.i6-1{width: 1200px;margin: 0 auto;}
div.i6-1>div:first-child{width: 800px;padding-left: 30px;padding-top: 25px;}
div.i6-1>div:first-child p{line-height: 50px;font-size: 32px;color: #ffffff;}
div.i6-1>div:first-child p span{color: #0b204c;font-size: 24px;vertical-align: middle;padding-right: 20px;}
div.i6-1>div:first-child p img{vertical-align: middle;}
div.i6-1>div:last-child{width: 400px;background: url("../image/i6-bg.png")no-repeat left center;height: 216px;}
div.i6-1>div:last-child p.wen{font-size: 24px;color: #0b204c;padding-left: 130px;margin-top: 20px;}
div.i6-1>div:last-child p.shu{font-size: 30px;color: #ffffff;padding-left: 130px;margin-top: 5px;}
div.i6-1>div:last-child a{font-size: 24px;color:#fe7800;padding: 15px 80px;background: #ffffff;border-radius: 50px;display: inline-block;margin-left: 120px;margin-top: 25px;}
div.index-7{width: 1200px;margin: 0 auto;padding-top: 70px;}
.exhibition_hall {text-align:center;position: relative;overflow:hidden;}
.tline {color:#dedede;}
.roundabout_box {width:980px;height:480px;}
.roundabout_box ul {}
.roundabout_box img {width:100%;}
/**********roundabout**********/
.roundabout_box {height:425px;width:980px;margin:40px auto 20px auto;}
.roundabout-holder{list-style:none;width:500px;height:425px;margin:0px auto;}
.roundabout-moveable-item{font-size:12px!important;height:425px;width:650px;cursor:pointer;background:#f9f9f9;}
.roundabout-moveable-item img{height:100%;width:100%;background-color:#FFFFFF;margin:0;}
.roundabout-in-focus{cursor:auto;border-left:1px #fff solid;border-right:1px #fff solid;}
li.roundabout-in-focus a{}
.roundabout-in-focus000:hover{-webkit-box-shadow:0px 0px 20px #787878;-moz-box-shadow:0px 0px 20px #787878;background:#f9f9f9;}
.roundabout-holder .text{color:#999;}
.roundabout-in-focus000:hover span{display:inline;position:absolute;bottom:5px;right:5px;padding:8px 20px;background:#f9f9f9;color:#3366cc;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}
.roundabout li{margin:0}
.roundabout_box>ul>li{overflow: hidden;}
.roundabout_box>ul>li>a{
    position: absolute;left: 0;right: 0;height: 100%;top:100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.roundabout_box>ul>li>a>p.biao{text-align: left;font-size: 18px;color: #ffffff;padding-bottom: 10px;background: rgba(254,120,0,.9);position: absolute;bottom: 75px;width: 100%;padding: 10px 20px 0;}
.roundabout_box>ul>li>a>p.jie{text-align: justify;text-indent: 2em;font-size: 14px;color: #eeeeee;line-height: 25px;background: rgba(254,120,0,.9);position: absolute;bottom: 0;width: 100%;padding: 0 20px;height: 75px;}
.roundabout_box>ul>li.roundabout-in-focus>a{top: 0;}
div.index-8{width: 100%;background: url("../image/index-8.jpg") no-repeat center 0;height: 810px;}
div.index-8>div{width: 1200px;margin: 0 auto;}
div.i8-1{width: 700px;padding: 90px 30px 0;}
div.i8-1 li{float: left;width: 320px;border: 1px solid #cccccc;}
div.i8-1 li>a>img{width: 318px;height:318px;}
div.i8-1 li>a{display: block;position: relative;}
div.i8-1 li>a>div{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: url("../image/bofang.png") no-repeat center;}
div.i8-1 li>a>div>span{position: absolute;left: 0;right: 0;bottom: 0;text-align: center;color: #ffffff;background: rgba(254,120,0,.9);line-height: 45px;height: 45px;font-size: 18px;font-weight: 400;}
div.i8-2{width: 500px;text-align: center;padding-top: 130px;}
div.i8-2 p{font-size: 80px;color: #ffffff;font-family: ww;}
div.i8-2 a{display: inline-block;padding: 10px 40px;color: #eeeeee;font-size: 14px;border: 1px solid #eeeeee;margin-top: 30px;}
div.index-9{width: 1200px;margin: 0 auto;padding-top: 75px;}
div.index-9 ul{padding-top: 40px;}
div.index-9 li{float: left;width: 300px;text-align: center;position: relative;}
div.index-9 li img{
    border-radius: 50%;border: 3px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
div.index-9 li a{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
div.index-9 li:hover img{border: 3px solid #fe7800;}
div.index-9 li p{font-size: 30px;color: #333333;padding-top: 20px;}
div.index-10{background: #eeeeee;margin-top: 80px;padding-top: 40px;}

div.i10-1{text-align: right;position: relative;top: -35px;width: 1200px;margin: 0 auto;}
div.i10-1 a{color:#666666;font-size: 14px;}
div.i10-2{width: 1200px;margin: 0 auto;font-size: 0px;padding-top: 30px;}
div.i10-2 span{display: inline-block;width: 50%;height:50px;line-height:50px;font-size: 24px;color: #ffffff;text-align: center;background: #fe7800;cursor: pointer;}
div.i10-2 span.active{background: #0b204c;}
div.i10-3{width: 1200px;overflow: hidden;margin: 0 auto;font-size: 0;padding-top: 50px;}
div.i10-3>div{
    width: 9999px;position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
div.i10-3>div>div{width: 1200px;}
div.i10-left,div.i10-right{width: 600px;float: left}
div.i10-left{padding-right: 100px;}
div.i10-left>img{width: 100%;}
div.i10-left div.xinwen{padding-top: 35px;}
div.i10-left div.xinwen>div:first-child{width: 120px;}
div.i10-left div.xinwen>div:first-child p{font-size: 30px;color: #000000;}
div.i10-left div.xinwen>div:first-child span{font-size: 16px;color: #666666;}
div.i10-left div.xinwen>div:last-child{width: 380px;}
div.i10-left div.xinwen>div:last-child p:first-child a{font-size: 18px;color: #333333;line-height: 35px;}
div.i10-left div.xinwen>div:last-child p:first-child a:hover,div.i10-left div.xinwen>div:last-child p:first-child a:hover b{color: #fd8c28;}
div.i10-left div.xinwen>div:last-child p:first-child i{color: #000000;font-style: normal;font-weight:bold;}
div.i10-left div.xinwen>div:last-child p:last-child{font-size: 14px;color: #666666;line-height: 25px;}
div.i10-right div.xinwen{padding-bottom: 70px;}
div.i10-right div.xinwen>div:first-child{width: 120px;}
div.i10-right div.xinwen>div:first-child p{font-size: 30px;color: #000000;}
div.i10-right div.xinwen>div:first-child span{font-size: 16px;color: #666666;}
div.i10-right div.xinwen>div:last-child{width: 380px;}
div.i10-right div.xinwen>div:last-child p:first-child a{font-size: 18px;color: #333333;line-height: 35px;}
div.i10-right div.xinwen>div:last-child p:first-child a:hover,div.i10-right div.xinwen>div:last-child p:first-child a:hover b{color: #fd8c28;}
div.i10-right div.xinwen>div:last-child p:first-child i{color: #000000;font-style: normal;font-weight:bold;}
div.i10-right div.xinwen>div:last-child p:last-child{font-size: 14px;color: #666666;line-height: 25px;}


/*me-tittle*/
p.me-tittle{font-size: 60px;color: #333333;text-align: right;font-family: ww;border-right: 10px solid #fe7800;padding-right: 20px;}

/*侧边*/
#cebian{width: 1200px;margin: 0 auto;padding-top: 45px;}
div.cebian{font-size: 0;margin-top: 65px;padding-bottom: 50px;}
div.ce-1{width: 285px;background: #0b204c url("../image/cebian-bg.png") no-repeat center bottom;position: relative;padding-top: 170px;border: 1px solid #cccccc;padding: 170px 30px 30px;}
div.ce-1 div.ce-logo{width: 228px;height: 228px;background: #ffffff;border-radius: 50%;position: absolute;top: -114px;left:50%;margin-left: -114px;text-align: center;padding-top: 25px;}
div.ce-1 div.ce-logo p{font-size: 30px;color: #ec7226;padding-top: 5px;}
div.biao{font-size: 24px;color:#fd8c28;line-height: 50px;cursor: pointer;}
div.biao img{
    position: relative;top: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
div.biao img.active{transform: rotate(90deg)}
div.cp-list{padding-left: 10px;}
div.cp-list>a{font-size: 18px;color: #ffffff;display: block;line-height: 45px;}
div.cp-list.in>a.active{color: #fd8c28;}
div.cp-list>a img{
    position: relative;top: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
div.cp-list>a img.active{transform: rotate(90deg)}
div.cp-list>ul{padding-left: 10px;}
div.cp-list>ul>li a{color: #cccccc;font-size: 16px;line-height: 35px;display: block;}
div.cp-list>ul>li a>span{padding: 0 5px;}
div.cp-list>ul>li a:hover{color: #fd8c28;}
div.cp-list>ul>li a.active{color: #fd8c28;}

/*产品列表*/
div.cpzx{width: 915px;padding-left: 31px;}
div.cpzx>ul>li{float: left;margin-left: 60px;text-align: center;background: #eeeeee;padding-bottom: 15px;margin-bottom: 50px;position: relative;}
div.cpzx>ul>li>div:first-child{overflow: hidden;border:1px solid #ccc;border-bottom:none;text-align:center;}
div.cpzx>ul>li>div:first-child>a>img{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	width:380px;
	height:290px;
}
div.cpzx>ul>li>div:first-child>a:hover>img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
div.cpzx>ul>li>h1{font-size: 24px;color: #333333;padding-top: 20px;}
div.cpzx>ul>li>p{font-size: 16px;color: #666666;padding-top: 5px;padding-bottom: 20px;}
div.cpzx>ul>li>div.btn a{font-size:16px;color: #ffffff;display: inline-block;width: 130px;height: 40px;line-height: 40px;background: #0b204c;margin: 0 20px;}
div.cpzx>ul>li>div.btn a:last-child{background: #ec7226;}
div.cpzx>ul>li>img.biao{position: absolute;top: 5px;right: 5px;z-index: 999;}

/*列表选项卡*/
div.fanye{text-align: right;vertical-align: middle;}
div.fanye a{font-size: 18px;color: #999999;display: inline-block;margin: 0 10px;vertical-align: middle;}
div.fanye a:hover{color: #fd8c28;}
div.fanye a.active{color: #fd8c28;}
div.fanye a:last-child{background: url("../image/xiayiye.png") no-repeat center top;width: 40px;height: 20px;}
div.fanye a:last-child:hover {background: url("../image/xiayiye.png") no-repeat center bottom;}


/*产品详情*/
#cpxq{width: 1200px;margin: 0 auto;padding-bottom: 50px;}
div.cpxq-1{padding-top: 35px;font-size: 0px;}
div.cpxq-1>div{width: 600px;}
div.xq1-1{padding: 0 10px;position: relative;}
div.xq1-1 div.da{margin-bottom: 12px;}
div.xq1-1 div.da>img{border: 1px solid #eeeeee;width: 580px;height: 442px;}
div.xq1-1 div.xiao>ul>li{width: 135px;height: 103px;float: left;border: 1px solid #cccccc;display: inline-block;margin-right: 13px;cursor: pointer;}
div.xq1-1 div.xiao>ul>li:last-child{margin-right: 0;}
div.xq1-1 div.xiao>ul>li.active{border: 1px solid #fd8c28;}
div.xq1-1 div.xiao>ul>li img{width: 100%;height: 101px;}
div.xq1-1>img{position: absolute;top: 5px;right: 15px;}

div.xq1-2{padding-left: 50px;}
div.xq1-2 h1{font-size: 36px;color: #333333;padding-top: 10px;}
div.xq1-2 div.xinhao{line-height: 100px;border-bottom: 1px solid #eeeeee;margin-bottom: 33px;}

div.xq1-2 div.xinhao span{font-size: 18px;color: #ec7226;padding: 6px 15px;border: 1px solid #fd8c28;}
div.xq1-2 b{font-size: 18px;color: #333333;font-weight: 400;}
div.xq1-2>p{font-size: 18px;color: #666666;line-height: 35px;padding-top: 15px;}
div.xq1-2 div.rexian{padding-top: 30px;}
div.xq1-2 div.rexian a{width: 270px;height: 100px;background: #fd8c28;color: #ffffff;font-size: 34px;text-align: center;line-height: 100px;border-radius: 6px;}
div.xq1-2 div.rexian div{width: 260px;padding-left: 30px;padding-top: 10px;}
div.xq1-2 div.rexian div p:first-child{font-size: 24px;color: #333333;}
div.xq1-2 div.rexian div p:last-child{font-size: 36px;color: #ec7226;}
div.xq1-2 div.zbs{vertical-align: middle;font-size: 14px;color: #333333;padding-top: 50px;}
div.xq1-2 div.zbs img{vertical-align: middle;padding-left: 30px;margin-right: 5px;}
div.xq1-2 div.zbs img:first-child{padding-left: 0;}


#tp{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
div.cpxq-2{line-height: 50px;margin-top: 50px;text-align: center;border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;width: 100%;}
div.cpxq-2 a{font-size: 18px;color: #333333;display: inline-block;margin: 0 20px;}
div.cpxq-2 a:hover{color: #fd8c28;}
div.cpxq-2.fixed{position: fixed;top: 0;left: 0;right: 0;background: #000;margin-top: 0;border: none;height: 50px;z-index: 999999999;}
div.cpxq-2.fixed a{color: #ffffff;}
div.cpxq-2 a.bg{display: none;}
div.cpxq-2.fixed a.bg{background: #fd8c28;padding: 0 20px;border-radius: 5px;display: inline-block;}
div.cpxq-2.fixed a.bg:hover{color: #ffffff;}
div.cpxq-2.fixed a:hover{color: #fd8c28;}


#xq-zt{width: 780px;margin: 0 auto;text-align: center;}
#xq-zt img{max-width: 100%;}
#xq-zt div.mao,#xq-zt div.bumao{padding: 30px 0;}

div.fwcn>ul{font-size: 0;}
div.fwcn>ul>li{float: left;width: 195px;}
div.fwcn>ul>li img{width: 130px;border-radius: 50%;border: 3px solid #FFFFFF;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
div.fwcn>ul>li:hover img{border: 3px solid #fe7800;}
div.fwcn>ul>li p{font-size: 18px;line-height: 2.5;color: #333333;}

/*视频*/
div.shipin{font-size: 0;}
div.shipin img{width:350px;margin: 0 20px;display: inline-block;}
div.shipin a.ckgd{font-size: 18px;color: #FFFFFF;background: #fe7800;width:150px;hieght:50px;line-height: 50px;text-align: center;border-radius: 5px;display: inline-block;margin: 20px 0;}


    /*成功案例列表*/
div.cgal{width: 915px;padding-left: 75px;}
div.cgal>ul>li{margin-left: 30px;width: 250px;border: 2px solid #cccccc;height: 250px;float: left;position: relative;margin-bottom: 30px;}
div.cgal>ul>li>img{width: 100%;height: 100%;}
div.cgal>ul>li>a{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: url("../image/bofang.png") no-repeat center;}
div.cgal>ul>li>a span{position: absolute;bottom: 0;left: 0;right: 0;background: rgba(254,120,0,.9);color: #ffffff;font-size: 18px;line-height: 35px;text-align: center;}

/*成功案例详情*/
div#cgal-xq{width: 1200px;margin: 0 auto;padding-top: 50px;}
div#cgal-xq>p.tittle{text-align: center;font-size: 30px;color: #333;}
div#cgal-xq>p.time{text-align: center;font-size: 14px;color: #666;padding-top: 10px;}
div.cgal-xq{width: 780px;margin: 50px auto;}
div.cgal-xq video{height: 540px;width: 100%;background: #000000 url("../image/bofang.png") no-repeat center;cursor: pointer;}
div.cgal-fanye{width: 1100px;margin: 0 auto;padding: 20px 0;}
div.cgal-fanye a{font-size: 20px;color: #333;}


/*设备升级*/
div.sbsj{width: 915px;padding-left: 95px;}
div.sbsj-1{background: #fafafa;position: relative;}
div.sbsj-1 img{width: 440px;height: 325px;}
div.sbsj-1 a{position: absolute;top:0;left: 0;right: 0;bottom: 0;}
div.sbsj-1>div{font-size: 30px;color: #333333;width: 380px;text-align: center;display: table;height: 325px;}
div.sbsj-1>div p{display: table-cell;vertical-align: middle;}
div.sbsj-1>div.zuoxia{background: url("../image/zuoxia.png") no-repeat 5% 95%}
div.sbsj-1>div.youshang{background: url("../image/youshang.png") no-repeat 95% 5%}
div.sbsj>p.me-tittle{margin-top: 45px;}


div.sbsj-2 div.i2-2{overflow: hidden; font-size: 0;margin-top: 50px;}
div.sbsj-2 div.i2-2 ul{width: 99999px;position: relative;}
div.sbsj-2 div.i2-2 ul li{float: left;width: 250px;height:250px;margin: 0 10px;position: relative;}
div.sbsj-2 div.i2-2 ul li img{width: 100%;height: 100%;}
div.sbsj-2 div.i2-2 ul li>a{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: url("../image/bofang.png") no-repeat center;}
div.sbsj-2 div.i2-2 ul li>a>p{position: absolute;left: 0;right: 0;bottom: 0;height:35px;font-size: 18px;color: #ffffff;background: rgba(254,120,0,.9);text-align: center;line-height: 35px;}


/*拖泵升级*/
div#tbsj{width: 1200px;margin: 0 auto;padding-top: 45px;}
div.tbsj-1{font-size: 16px;color: #666666;line-height: 35px;text-indent: 2em;text-align: justify;padding-top: 60px;}
div.tbsj-1 span{color: #0b204c;}
div.tbsj-2{margin-top: 30px;}
div.tbsj-3{background: #0b204c url("../image/tbsj-3.png") no-repeat center;height: 200px;padding: 40px 100px;color: #ffffff;font-size: 16px;line-height: 35px;text-align: justify;margin-top: 35px;}
div.tbsj-3>p:last-child{text-indent: 2em;}
div.tbsj-4{text-align: center;line-height: 110px;font-size: 30px;color: #fe7800;}
div.tbsj-5{font-size: 36px;color: #333333;text-align: center;background: url("../image/tbsj-5.png") no-repeat center;}
div.ps{font-size: 18px;color: #fe7800;text-indent: 2em;padding-top: 10px;}
div.ps span{font-size: 24px;line-height: 1.5em;}
/*轮播部分*/
div.tbsj-6{margin-top: 45px;font-size: 0;}
div.btn-kong{
    margin: 0 4px 60px;
    background: url("../image/btn-kong.png")no-repeat 0 0;
}
div.btn-kong ul{
    background: url("../image/kong-ul.png") no-repeat 0 0;
}
div.btn-kong li{display: table;float: left;height: 78px;width: 170px;cursor: pointer;}
div.btn-kong li p{display: table-cell;vertical-align: middle;font-size: 16px;color: #ffffff;text-align: center;}
div.btn-zuo,div.btn-you{width: 235px;height: 430px;position: relative;}
div.btn-zuo span,div.btn-you span{display: inline-block;width: 85px;height: 85px;cursor: pointer;position: absolute;top: 50%;left: 50%;margin-top: -43px;margin-left: -43px;}
div.btn-zuo span{background: url("../image/btn-zuo-off.png")no-repeat 0 0;}
div.btn-zuo span.no{background: url("../image/btn-zuo-no.png")no-repeat 0 0;}
div.btn-you span{background: url("../image/btn-you-off.png")no-repeat 0 0;}
div.btn-you span.no{background: url("../image/btn-you-no.png")no-repeat 0 0;}
div.btn-container{width: 730px;height: 430px;overflow: hidden;}
div.btn-container>ul{
    width: 9999999px;position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
div.btn-container>ul>li{float: left;}
div.btn-container>ul>li img{width: 730px;height: 430px;}
div.tbsj-7{margin-top: 70px;padding-bottom:1px;border-bottom: 1px solid #fe7800;}
div.tbsj-7 p{font-size: 24px;color: #fe7800;line-height: 50px;border-bottom: 2px solid #0b204c;}
div.tbsj-7 p span{font-size: 18px;color: #0b204c;}
div.tbsj-8{margin-top: 30px;margin-bottom: 50px;}
div.tbsj-8 div{margin-top: 10px;}
div.tbsj-9{margin-top: 60px;margin-bottom: 40px;background: url("../image/tbsj-9.png") no-repeat 0 0;position: relative;height:400px;}
div.tbsj-9>div{width: 240px;display: table;height: 125px;border: 2px solid #0b204c;border-radius: 10px;color: #0b204c;position: absolute;}
div.tbsj-9>div:nth-child(1){top: 0;left: 0;}
div.tbsj-9>div:nth-child(2){top: 0;left: 320px;}
div.tbsj-9>div:nth-child(3){top: 0;right: 320px;}
div.tbsj-9>div:nth-child(4){top: 0;right: 0;}
div.tbsj-9>div:nth-child(5){top: 205px;right: 0;}
div.tbsj-9>div:nth-child(6){top: 205px;right: 320px;}
div.tbsj-9>div:nth-child(7){top: 205px;left: 0;}

div.tbsj-9>div.da{width: 560px;}
div.tbsj-9>div.se{color: #ffffff;background: #0b204c;}
div.tbsj-9>div>div{display: table-cell;vertical-align: middle;text-align: center;}
div.tbsj-9>div>div p{font-size: 24px;line-height: 35px;}
div.tbsj-9>div>div.se p span{color: #ffffff;}
div.tbsj-9>div>div p span{font-size: 14px;color: #333333;vertical-align: top}

/*创富故事*/
#cfgs{width: 1200px;margin: 0 auto;padding-top: 45px;}
div.cfgs-1.lt{margin-top: 65px;}
div.cfgs-1{background: #f1f1f1;font-size: 0;margin-bottom: 20px;}
div.cfgs-1>a{display: inline-block;overflow: hidden;}
div.cfgs-1>a>img{
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
div.cfgs-1>a>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
div.cfgs-1.lt>a{float: left;}
div.cfgs-1.rt>a{float: right;}
div.cfgs-1>div{width: 715px;float: left;}
div.cfgs-1>div h1 a{font-size: 24px;color: #333333;line-height: 70px;}
div.cfgs-1>div b{display: inline-block;height: 3px;width: 60px;background: #ec7226;margin: 0 10px 20px;}
div.cfgs-1>div p.jieshao{font-size: 18px;color: #666666;line-height: 35px;}
div.cfgs-1>div p.time{font-size: 14px;color: #999999;line-height: 60px;}
div.cfgs-1>div>a{font-size: 18px;color: #fd8c28;border: 1px solid #fd8c28;padding: 10px 40px;display: inline-block;}

div.cfgs-1.lt>div{text-align: left;padding-left: 30px;}
div.cfgs-1.rt>div{text-align: right;padding-right: 30px;}

#cfgs div.fanye{margin-bottom: 40px;}
#cfgs div.i2-2{margin-top: 40px;margin-bottom: 65px;}


/*创富故事详情*/
div#cfgs-xq{width: 1200px;margin: 0 auto;padding-top: 50px;text-align: center;}
div#cfgs-xq>img{max-width: 1000px;}
div#cfgs-xq>p.tittle{text-align: center;font-size: 30px;color: #333;}
div#cfgs-xq>p.time{text-align: center;font-size: 14px;color: #666;padding-top: 10px;}
div.cfgs-xq{width: 1000px;margin: 30px auto;font-size: 16px;color: #666;text-align: justify;text-indent: 2em;line-height: 2em;}
div.cfgs-fanye{width: 1100px;margin: 0 auto;padding: 20px 0;}
div.cfgs-fanye a{font-size: 20px;color: #333;}



/*优质服务*/
#yzfw{width: 1200px;margin: 0 auto;padding-top: 45px;}
div.yzfw-1{margin-top: 35px;font-size: 0;}
div.yzfw-1>div{width: 600px;}
div.yzfw-1>div:last-child{padding-left: 30px;}
div.yzfw-1>div:last-child p{font-size: 18px;color: #666666;line-height: 30px;margin-bottom: 40px;}
div.yzfw-1>div:last-child b{font-size: 24px;color: #ffffff;background: #ec7226 url("../image/daojiao.png") no-repeat center right;font-weight: 400;display: inline-block;height: 40px;line-height: 40px;width: 167px;text-align: center;padding-right: 15px;margin-bottom: 20px;}


/*昊博资讯*/
#hbzx{width: 1200px;margin: 0 auto;padding-top: 45px;margin-bottom: 50px;}
div.hbzx-1{margin-top: 25px;}
div.hbzx-1 span{display: inline-block;width: 230px;height: 45px;line-height: 45px;font-size: 24px;color: #ffffff;background: #0b204c;border-bottom: 3px solid #ec7226;text-align: center;margin-right: 50px;cursor: pointer;}
div.hbzx-1 span.active{background: #ec7226;border-bottom: 3px solid #0b204c;}
div.hbzx-2{font-size: 0;overflow: hidden;}
div.hbzx-2>div{
    width: 9999999px;position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
div.hbzx-2>div>div{width: 1200px;}
div.hbzx-2 li{float: left;margin-top: 60px;}
div.hbzx-2 li>div{float: left;}
div.hbzx-2 li>div:first-child{width: 120px;}
div.hbzx-2 li>div:last-child{width: 430px;}
div.hbzx-2 li>div:first-child p{font-size: 30px;color: #000000;line-height: 1em;}
div.hbzx-2 li>div:first-child span{font-size: 16px;color: #666666;line-height: 1.8em;}
div.hbzx-2 li>div:last-child a{display: block;}
div.hbzx-2 li>div:last-child h3{font-size: 18px;color: #333333;margin-bottom: 10px;}
div.hbzx-2 li>div:last-child h3 i{color: #000000;font-weight:bold;font-style: normal;}
div.hbzx-2 li>div:last-child p{font-size: 14px;color: #666666;line-height: 20px;text-align: justify;height:40px;overflow:hidden;}
div.hbzx-2 div.fanye{margin-top: 50px;margin-bottom: 60px;}




/*关于我们*/
#gywm{width: 100%;min-width: 1200px;}
div.gywm-1{width: 1200px;margin: 0 auto;padding-top: 45px;}
div.gywm-2{font-size: 16px;color: #666666;text-indent: 2em;text-align: justify;width: 1200px;margin: 0 auto;line-height: 30px;}
div.gywm-3{margin: 0 auto;width: 1200px;margin-top: 30px;}
div.gywm-4{background: url("../image/gywm-4-bg.jpg") no-repeat center top;position: relative;margin-top: 70px;}
div.gywm-4>b{display: inline-block;border: 33px solid transparent;border-top-color: #FFFFFF;position: absolute;left: 50%;margin-left: -517px;}
div.gy4-1{width: 1200px;margin: 0 auto;padding-top: 30px;padding-bottom: 40px;}
div.gy4-1 p.me-tittle{color: #ffffff;margin-right: 10px;border-right: 8px solid #fd8c28;padding-right: 0px;}
div.gy4-1 p.me-tittle span{display: block;width: 2px;height: 65px;background: #FFFFFF;}

div.gy4-2{background: #ffffff;padding: 10px;width: 1200px;margin: 0 auto;box-shadow: rgba(0,0,0,.5) 0 0 10px;}
div.gy4-2 img{width: 100%;height: 100%;}
div.gy4-2 div{height: 205px;float: left;}
div.gy4-2 div.bian{width: 275px;}
div.gy4-2 div.zhon{width: 315px;padding: 0 1px;}
div.gy4-2 div b{font-size: 24px;color: #ec7226;font-weight: 400;display: inline-block;padding-top: 30px;padding-left: 30px;}
div.gy4-2 div p{font-size: 18px;color: #333333;padding:10px 30px 0;line-height: 30px;text-align: justify;}

div.gywm-5{width: 1200px;margin: 60px auto 70px;}
div.gywm-6{width: 1200px;margin: 0 auto;padding-bottom: 70px;}
div.gywm-6 div.i2-2 ul li{text-align: center;}
div.gywm-6 div.i2-2 ul li img{width: auto;}

/*联系我们*/
#lxwm{width: 1200px;margin: 0 auto;padding-top: 45px;}
div.lxwm{padding: 70px 0 100px;font-size: 0;}
div.lxwm>div{float: left;height: 500px;}
div.lxwm>div:first-child{width: 740px;}
/*地图*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#lxwm #dituContent div.anchorBL{display: none!important;}
#dituContent *{box-sizing: content-box;}


div.lxwm>div:last-child{width: 460px;display: table;padding-left: 80px;}
div.lxwm>div:last-child>div{display: table-cell;vertical-align: middle;}
div.lxwm>div:last-child>div>div{padding-left: 60px;margin-bottom: 60px;}
div.lxwm>div:last-child>div>div:nth-child(1){background: url("../image/lxwmbg-1.png") no-repeat left center;}
div.lxwm>div:last-child>div>div:nth-child(2){background: url("../image/lxwmbg-2.png") no-repeat left center;}
div.lxwm>div:last-child>div p{font-size: 18px;color: #333333;line-height: 30px;}
div.lxwm>div:last-child>div .colo{color: #fe7800;}
div.lxwm>div:last-child>div span{font-size: 30px;}
div.lxwm>div:last-child>div>a{display: block;height: 60px;text-align: center;line-height: 60px;color: #ffffff;background: #fd8c28;font-size: 30px;border-radius: 10px;}















